home *** CD-ROM | disk | FTP | other *** search
/ Erotic Games: Memory / Erotic Games: Memory.iso / mac / air_installers / AdobeAIR.exe / setup.swf / scripts / mx / core / IButton.as < prev    next >
Text File  |  2009-02-12  |  289b  |  14 lines

  1. package mx.core
  2. {
  3.    public interface IButton extends IUIComponent
  4.    {
  5.        
  6.       
  7.       function get emphasized() : Boolean;
  8.       
  9.       function set emphasized(param1:Boolean) : void;
  10.       
  11.       function callLater(param1:Function, param2:Array = null) : void;
  12.    }
  13. }
  14.